This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: How do I encrypt a JSON with a public key in LotusScript
Feedback Type: Question
Product Area: Domino Designer on Eclipse (DDE)
Technical Area: Application Development
Platform: ALL
Release: 8.5.3
Reproducible: -Reproducibility-
I am using LotusScript in an agent to get a users record from a database and then creating JSON to do a post to a third party website. They have given me a public key to encrypt the data
My question is how to I encrypt the JSON text string using the public key file after which I can post this encrypted string to the other website for the to decrypt using my private key.
I opened up the Public Key file and looks something like the below as most of you might already know
-----BEGIN PUBLIC KEY-----
TUIRf2gjxHVjNcyK0LsHm3IaFWWoInb6HAP8t8sDm4ISYFfZ/rAEM4Ikp1EsItpJ
2VbH+ikCAIV7H1lQfxkkWLDtvFKZCE+T/oYsezuVQ/ZXNq6PJ2o2vtvzIjs7Q1ks
sQIDAQAB
-----END PUBLIC KEY-----
Feedback number WEBB9YVMDQ created by ~Carol Fezkipuloopsi on 07/29/2015
Status: Open
Comments: